home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- end
-
- on mouseDown
- set sp to the clickOn
- case sp of
- 13:
- set the visible of sprite 8 to 1
- set the visible of sprite 9 to 1
- buttonaction(sp)
- go(1, "menu")
- 14:
- set the visible of sprite 8 to 1
- set the visible of sprite 9 to 1
- buttonaction(sp)
- quit()
- 15:
- set the visible of sprite 15 to 0
- buttonaction(sp)
- go(1, "menu")
- set the visible of sprite 15 to 1
- if the type of sprite 22 = #movie then
- set the movieRate of sprite 22 to 1
- set the volume of sprite 22 to 255
- end if
- end case
- end
-